GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-21T09:41:40.9986762+00:00",
"SubmitDate": "2026-06-21T09:41:40.9986762+00:00",
"ReportPeriodStart": "2026-06-21T09:41:40.9986762+00:00",
"ReportPeriodEnd": "2026-06-21T09:41:40.9986762+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5fed58de-6430-4827-afd5-9dabf1e93ea0",
"Rows": [
{
"ItemId": "6e7934c2-3882-4562-8b51-2ba0a669be14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e7934c2-3882-4562-8b51-2ba0a669be14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5fed58de-6430-4827-afd5-9dabf1e93ea0",
"Rows": [
{
"ItemId": "6e7934c2-3882-4562-8b51-2ba0a669be14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e7934c2-3882-4562-8b51-2ba0a669be14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"92bde6ec-ab60-4127-8ac9-4fb073727586",
"401c2ec1-6693-466e-b975-28a9ea3831d9"
],
"Approvers": [
"60ca6322-bb62-4913-8c82-913c35b52a4c",
"ec6acb01-5b83-446a-ab9a-4ed74cd77a49"
],
"ApprovedBy": "e61be6aa-5cee-4bbd-9856-4097bd323ebc",
"ApprovalDate": "2026-06-21T09:41:40.9986762+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "24db893b-fc71-4aa2-aadc-87ba5665230a",
"id": "ee06910a-b7b5-462a-a360-95e7dac6a3e6",
"ConfigId": "0997e8cb-fc2a-40a5-8fcc-7cb82f8fea44"
},
{
"GenerationDate": "2026-06-21T09:41:40.9986762+00:00",
"SubmitDate": "2026-06-21T09:41:40.9986762+00:00",
"ReportPeriodStart": "2026-06-21T09:41:40.9986762+00:00",
"ReportPeriodEnd": "2026-06-21T09:41:40.9986762+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5fed58de-6430-4827-afd5-9dabf1e93ea0",
"Rows": [
{
"ItemId": "6e7934c2-3882-4562-8b51-2ba0a669be14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e7934c2-3882-4562-8b51-2ba0a669be14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5fed58de-6430-4827-afd5-9dabf1e93ea0",
"Rows": [
{
"ItemId": "6e7934c2-3882-4562-8b51-2ba0a669be14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e7934c2-3882-4562-8b51-2ba0a669be14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"92bde6ec-ab60-4127-8ac9-4fb073727586",
"401c2ec1-6693-466e-b975-28a9ea3831d9"
],
"Approvers": [
"60ca6322-bb62-4913-8c82-913c35b52a4c",
"ec6acb01-5b83-446a-ab9a-4ed74cd77a49"
],
"ApprovedBy": "e61be6aa-5cee-4bbd-9856-4097bd323ebc",
"ApprovalDate": "2026-06-21T09:41:40.9986762+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "24db893b-fc71-4aa2-aadc-87ba5665230a",
"id": "ee06910a-b7b5-462a-a360-95e7dac6a3e6",
"ConfigId": "0997e8cb-fc2a-40a5-8fcc-7cb82f8fea44"
}
]